View Collection
@Serializable
Used to represent a Collection with the type of view. If you would like access to view collection fields extend this class.
Parameters
view Query
The SQL query used to determine what is shown in the view collection.
Constructors
Link copied to clipboard
constructor(viewQuery: String? = null, _name: String? = null, _system: Boolean? = null, _fields: List<SchemaField>? = null, _listRule: String? = null, _viewRule: String? = null, _createRule: String? = null, _updateRule: String? = null, _deleteRule: String? = null, _indexes: List<String>? = null, collectionId: String? = null)